Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
release | 2022-03-08 | ||
font | 2022-02-28 | ||
chastity_tetris.h | 2022-03-08 | 8.8 kB | |
chastity_tetris.txt | 2022-03-08 | 630 Bytes | |
chastity_tetris_moves.h | 2022-03-08 | 12.0 kB | |
gl_bbmio.h | 2022-03-08 | 11.8 kB | |
gl_ftgl.h | 2022-03-08 | 889 Bytes | |
main.c | 2022-03-08 | 3.5 kB | |
makefile | 2022-03-08 | 278 Bytes | |
readme.txt | 2022-03-08 | 1.1 kB | |
video commands.txt | 2022-03-08 | 809 Bytes | |
index.html | 2022-02-28 | 1.7 kB | |
Totals: 12 Items | 41.5 kB | 0 |
Long Boi Game / Chaste Tris How to Play WASD or Arrow keys to move the current block. Z to rotate counter clockwise X to rotate clockwise C to hold block for later use(as in all modern Tetris games) The original name of this game came from River Black Rose, who calls the Tetris I block "The Long Boi". The game started out only with this block but I have since added all the standard blocks as well as the standard rotations and colors for each block. It does not play exactly like a Tetris game because there is no gravity This makes it much more relaxing to play. Not much challenge but it is still a complete game. The next block only happens when you manually drop a block down onto the bottom of the field or it touches another block. The code was written by me in C and uses OpenGl. I can make Linux or Windows versions for download upon request but it's still a work in progress as I add features to it. When only the I block is enabled, the game is called Long Boi. When all 7 are included, it is called Chaste Tris. Both versions use all the same functions for collision detection and movement.